home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / axterix.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2011-09-19  |  249b  |  13 lines

  1. on(rollOver){
  2.    if(choix != 3)
  3.    {
  4.       bjouer.gotoAndStop(1);
  5.       bregles.gotoAndStop(1);
  6.       bscore.gotoAndStop(1);
  7.       bdefi.gotoAndStop(1);
  8.       bfluidite.gotoAndPlay(2);
  9.       sonMC.gotoAndPlay(3);
  10.       choix = 3;
  11.    }
  12. }
  13.